Contains all of the classes used in creating the graphical interface for the PER Exhibit kiosk program. The program is organized as a collection of screens. Each screen implements the Screen interface. FlowController controls the order in which the screens are displayed and controls the flow of information between screens.
@see PER.exhibit.GUI.Screen
@see PER.exhibit.GUI.FlowController